projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
810d734
)
inspector: Remove a stray g_print()
author
Benjamin Otte
<otte@redhat.com>
Thu, 16 Dec 2021 17:14:06 +0000
(18:14 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 16 Dec 2021 18:36:54 +0000
(19:36 +0100)
gtk/inspector/clipboard.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/clipboard.c
b/gtk/inspector/clipboard.c
index 5c7ae7b163de5fdaf1ba1400a310f8e20e5a0ad7..5fb9c23ef558701a933009e4edcff1aa94d5b0a7 100644
(file)
--- a/
gtk/inspector/clipboard.c
+++ b/
gtk/inspector/clipboard.c
@@
-235,7
+235,6
@@
primary_notify (GdkClipboard *clipboard,
init_formats (self, GTK_LIST_BOX (self->primary_formats), clipboard);
}
- g_print ("%s: %s\n", pspec->name, gdk_content_formats_to_string (gdk_clipboard_get_formats (clipboard)));
init_info (self, GTK_LABEL (self->primary_info), clipboard);
}